home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / dms32.zip / _SETUP.1 / DMS.exe / 0 / RCDATA / TABOUTTEXTPGM / TABOUTTEXTPGM.txt
Text File  |  1996-05-11  |  2KB  |  89 lines

  1. object AboutTextPgm: TAboutTextPgm
  2.   Left = 297
  3.   Top = 124
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 262
  8.   ClientWidth = 367
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 346
  20.     Height = 198
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProductName: TLabel
  26.       Left = 84
  27.       Top = 20
  28.       Width = 178
  29.       Height = 25
  30.       Caption = 'Simple Text Editor'
  31.       Font.Color = clMaroon
  32.       Font.Height = -20
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.       IsControl = True
  37.     end
  38.     object TextEditorVersion: TLabel
  39.       Left = 124
  40.       Top = 81
  41.       Width = 78
  42.       Height = 16
  43.       Caption = 'Version 1.0'
  44.       Font.Color = clPurple
  45.       Font.Height = -13
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object TextEditorCopyright: TLabel
  52.       Left = 10
  53.       Top = 122
  54.       Width = 103
  55.       Height = 16
  56.       Caption = 'Copyright 1996'
  57.       Font.Color = clBlack
  58.       Font.Height = -13
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object Label1: TLabel
  65.       Left = 16
  66.       Top = 160
  67.       Width = 91
  68.       Height = 16
  69.       Caption = 'Albert  Rugel'
  70.       Font.Color = clBlack
  71.       Font.Height = -13
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       ParentFont = False
  75.     end
  76.   end
  77.   object OKButton: TButton
  78.     Left = 137
  79.     Top = 222
  80.     Width = 92
  81.     Height = 30
  82.     Caption = 'OK'
  83.     Default = True
  84.     ModalResult = 1
  85.     TabOrder = 1
  86.     OnClick = OKButtonClick
  87.   end
  88. end
  89.